home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFEDITSOUNDDLG / TFEDITSOUNDDLG.txt
Text File  |  2004-05-31  |  2KB  |  96 lines

  1. object fEditSoundDlg: TfEditSoundDlg
  2.   Left = 539
  3.   Top = 372
  4.   ActiveControl = txtSoundFile
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Sound'
  7.   ClientHeight = 151
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bvlBottom: TBevel
  22.     Left = 0
  23.     Top = 105
  24.     Width = 384
  25.     Height = 46
  26.     Align = alBottom
  27.     Shape = bsTopLine
  28.   end
  29.   object lblEventName: TLabel
  30.     Left = 20
  31.     Top = 15
  32.     Width = 340
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'lblEventName'
  36.   end
  37.   object btnOK: TButton
  38.     Left = 213
  39.     Top = 118
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'btnOK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 4
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 296
  49.     Top = 118
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'btnCancel'
  54.     ModalResult = 2
  55.     TabOrder = 3
  56.   end
  57.   object btnFile: TButton
  58.     Left = 341
  59.     Top = 40
  60.     Width = 22
  61.     Height = 20
  62.     Caption = '...'
  63.     TabOrder = 1
  64.     OnClick = btnFileClick
  65.   end
  66.   object btnTest: TBitBtn
  67.     Left = 256
  68.     Top = 70
  69.     Width = 85
  70.     Height = 25
  71.     Caption = 'btnTest'
  72.     Enabled = False
  73.     TabOrder = 2
  74.     OnClick = btnTestClick
  75.     Glyph.Data = {
  76.       36010000424D3601000000000000760000002800000012000000100000000100
  77.       040000000000C000000000000000000000001000000010000000000000000000
  78.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  79.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00CCCCCCCC00CC
  80.       CCCCCC000000CCCCCCC0307CCCCCCC000000CCCCCC030887CCC7CC000000CCCC
  81.       C0377FF7CC7CCC000000CCCC03B08FF7C7CCCC000000CC003BF08FF7CCCCCC00
  82.       0000C037BFB00FF7CCCCCC000000C3B8FBF070F7C7777C000000C3B8BFB080F7
  83.       CCCCCC000000C3F8FBF00FF7CCCCCC000000CC33BFB08FF7C7CCCC000000CCCC
  84.       3BF08FF7CC7CCC000000CCCCC3B778F7CCC7CC000000CCCCCC3B088CCCCCCC00
  85.       0000CCCCCCC3707CCCCCCC000000CCCCCCCC00CCCCCCCC000000}
  86.   end
  87.   object txtSoundFile: TnbFileEdit
  88.     Left = 20
  89.     Top = 40
  90.     Width = 316
  91.     Height = 21
  92.     TabOrder = 0
  93.     OnChange = txtSoundFileChange
  94.   end
  95. end
  96.